projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c945a96
)
(esc-map): Bind "&" to `async-shell-command'.
author
Juri Linkov
<juri@jurta.org>
Thu, 2 Jul 2009 22:48:18 +0000
(22:48 +0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 2 Jul 2009 22:48:18 +0000
(22:48 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 5cd0872206014b6fde4d310a01d6425e68b88648..c4c1c78674d1631dad8dbb72e74eb0c995677a25 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-756,6
+756,7
@@
language you are using."
(define-key esc-map "!" 'shell-command)
(define-key esc-map "|" 'shell-command-on-region)
+(define-key esc-map "&" 'async-shell-command)
(define-key ctl-x-map [right] 'next-buffer)
(define-key ctl-x-map [C-right] 'next-buffer)